home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d4
/
flipper.arc
/
ECHOPC.BAT
< prev
next >
Wrap
DOS Batch File
|
1989-08-11
|
145b
|
10 lines
echo off
beep 256 200 512 200 1024 200
flipper e1
if errorlevel 1 goto noflip
flipload start.flp
goto exit
:noflip
beep 256 1000
:exit